std::basic_ostream::flush
From Cppreference
< cpp | io | basic ostream
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Input/output library | ||||||||||||||||||||||||||||||||||||||||||||||||
| std::basic_ostream | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
| basic_ostream< CharT, Traits > flush();
| ||
Writes uncommitted changes in the cache buffer to the underlying output device.
Contents |
Parameters
(none)
Return value
*this
Example
| This section is incomplete |
See also
| synchronizes with the underlying storage device (public member function of std::basic_istream) | |